Micron Document
ouroboros git

Commit c77f2a0db802507ead9518dde8a995467ebd9b03


Parents : 67ed07b
Author : Zenith <157907903+RFnexus@users.noreply.github.com>
Signature : Signature validation error
Date : 2025-07-11T14:54:52-04:00
Committer : GitHub <noreply@github.com>
Date : 2025-07-11T14:54:52-04:00

Update signal_threshold default

Changes

1 files changed, 2 insertions(+), 2 deletions(-)


Diff

diff --git a/FreeDVInterface.py b/FreeDVInterface.py
index 3c4dc9b..c43993d 100644
--- a/FreeDVInterface.py
+++ b/FreeDVInterface.py
@@ -313,7 +313,7 @@ class FreeDVInterface(Interface):
self.channel_busy = False
self.last_sync_time = 0
self.sync_lock = Lock()
- self.signal_threshold = float(ifconf.get("signal_threshold", "0.1")) # 0-1 normalized
+ self.signal_threshold = float(ifconf.get("signal_threshold", "0.35")) # 0-1 normalized
self.recent_signal_level = 0.0
# CSMA settings
@@ -878,4 +878,4 @@ if __name__ == "__main__":
hamlib_model = 3073 # run rigctl -l to list devices
hamlib_device = /dev/ttyUSB0
hamlib_speed = 19200
-""")
\ No newline at end of file
+""")

Served by rngit 1.5.0 - Generated in 0.02s